home *** CD-ROM | disk | FTP | other *** search
- -- background: 2661 from stack: in.6 (US)
- -- bmap block id: 2103
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=189 top=278 right=312 bottom=342
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GetDir
- ----- HyperTalk script -----
- on mouseUp
- get selectDir("Folder to search :")
- if it is empty
- then exit mouseUp
- put it into Path
-
- ask "Output Mask : (b,c,d,e,f,m,n,p,r,s,t,x,y,z,v)" with "n"
- if it is empty
- then exit mouseUp
-
- set cursor to watch
- put GetDir(Path,"a","o=" & it) into cd fld 2
- show cd fld 2
- end mouseUp
-